home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 November / CHIP Kasım 1997.iso / ARACLAR / TER500 / 500TER._XE / TERMAIL.EXE / TM.CC < prev    next >
Encoding:
Text File  |  1997-07-27  |  1.9 KB  |  65 lines

  1. %
  2. %  TerMail Carbon Copy Groups
  3. %  ==========================
  4. %
  5. %  Syntax: &Group-name
  6. %
  7. %          Hidden-flag,Address,Name,Crash
  8. %          .
  9. %          .... as many cc-lines as you want!
  10. %
  11. %          Hidden-flag:  B = Blind, do not show address in message
  12. %                        C = Carbon, show address in message
  13. %          Address:      Fidonet style address
  14. %          Name:         Username, max 35 characters
  15. %          Crash:        C = Force crash.
  16. %                        Nothing means crash only if letter is crash
  17. %
  18. %  Examples:
  19. %
  20. %  cc: &Customers
  21. %  cc: 2:2/0, &Customers, &Announcements, 2:254/0
  22. %
  23. %  There is no limits on number of groups to be used and there is no limit
  24. %  on users in each group. Message will only be send to the same address
  25. %  once, even if mentioned several times in different groups.
  26. %
  27. %  Blank lines or lines starting with % are comments and are ignored.
  28. %
  29.  
  30. % Mailing list. To use: cc: &Customers in your message.
  31.  
  32. % -------------------------------------------------------------------------
  33. &Customers
  34. % -------------------------------------------------------------------------
  35.  
  36. % Send message to these users or customers, crash only if message is crash.
  37.  
  38. C,2:236/111.101,Hans-Christian Andersen
  39. C,2:236/111.117,Bue Vester-Andersen
  40.  
  41. % Force crash to these advisors
  42.  
  43. C,2:443/888,Steve Stacher,C
  44. C,1:109/921,Andy Roberts,C
  45.  
  46. % Send Blind copies to the managers crash, do not show the others.
  47.  
  48. B,2:254/261,Bo Bendtsen,C
  49. B,2:236/111,Bo Bendtsen,C
  50.  
  51. % Group ends when end-of-file or a new group is defined
  52.  
  53.  
  54. % -------------------------------------------------------------------------
  55. &Announcements
  56. % -------------------------------------------------------------------------
  57.  
  58. % Only send to these when announcing a new product
  59.  
  60. C,2:443/888,Steve Stacher,C
  61. C,1:109/921,Andy Roberts,C
  62.  
  63. % -END OF FILE-
  64.  
  65.